TermIEquatableTermEquals Method

Compares an object with a second one.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
C#
bool IEquatable<Term>.Equals(
	Term other
)

Parameters

other  Term
Term to compare with the current expression component.

Return Value

Boolean
Returns true if data is equal and false otherwise.

Implements

IEquatableTEquals(T)

See Also